home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 9,300 to 9,399 / 9300.zip / AOLDLs / HTML & Web Tools (MAC) / HTML_ Page Inspector 0.82 / PageInspector Ä.sit / PageInspector ƒ / PageInspector 0.82.rsrc / STR#_132.txt < prev    next >
Text File  |  1996-09-03  |  11KB  |  173 lines

  1.  
  2.  
  3. The script tag allows you to embed javascript into your HTML file.  However, without the "src" or "language" attributes, your browser won't know which script to run.
  4.  
  5. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting shape = rect.
  6.  
  7. A comment begins with '<!--' and ends with '-->'.  I have found the start of a comment, but there it is not being closed before the end of the file.
  8.  
  9. This colour supports one hundred variants, and therefore you can only have color="col" or color="col*", where * is a number less than or equal to 100, and greater than 0.
  10.  
  11. There are only four variants to this colour, and so therefore you can only have color="col" or color="col*", where * is either 1, 2, 3 or 4.
  12.  
  13. Some of Netscape's pre-defined colours have variants (eg. color="blue2" is not the same as color="blue3"), however the colour you are using does not have any variants.
  14.  
  15. Netscape has a number of pre-defines colours (eg. <font color="blue">), however the colour you have entered does not match any of these.
  16.  
  17. PageInspector is Shareware.  If you decide to keep PageInspector after three (3) weeks, you must send the author $15.
  18.  
  19. Both <td> and <th> tell your browser where yo place a cell in a table.  However, you cannot have a <td> tag nested inside a <th> tag.
  20.  
  21. Both <td> and <th> tell your browser where yo place a cell in a table.  However, you cannot have a <th> tag nested inside a <td> tag.
  22.  
  23. The <th> tag tells your browser where to put the cell of a table.  However, you have to put both the <table> and the <tr> tags before this tag.
  24.  
  25. The <th> tag tells your browser where to put the cell of the table.  However, you have to put a <table> tag before it.
  26.  
  27. Some attributes (such as 'href' or 'width') require data (eg. an URL in the case of 'href', and a number in the case of 'width').  However you are not providing one such attribute with the data it needs.
  28.  
  29. The only thing that should be enclosed in <title> tags is the title of the page.  Other tags (such as <h1> for example) should never be placed between the open and close <title> tags.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. The <input> tag is useless unless it has both the "type" attribute to tell your web browser what type of form input to create.
  38.  
  39. The <form> tag is useless unless it has both the "action" and "method" attributes.
  40.  
  41. The <embed> tag is useless unless it has the "src" attribute to tell your web browser what file to embed.
  42.  
  43. The <font> tag is useless unless it has either the "size" or "color" attribute.
  44.  
  45. The <a> tag is useless unless it has either the "name" or "href" attribute to define the link.
  46.  
  47. The <img> tag is useless unless it has the "src" attribute to tell your web browser which image to display.
  48.  
  49. You cannot have multiple attributes of the same type in a tag.  (eg. <table border=0 border=2>)
  50.  
  51. This value must be a number greater than 0 (as the number indicates the size of an object).
  52.  
  53. You have indicated that this value is a percent by placing the percentage sign on the end of it.  This means that the number must be a value between 1 and 100.
  54.  
  55. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting width = either a number or a percent.
  56.  
  57. The link to this news server will not work in some browsers because it is of the form "news://host.com.au".  News links should be of the form "news:host.com.au"
  58.  
  59. File names cannot contain colons, and you have included a colon in a link.  (eg. <a href="/HD/Scaled_1:2.gif")
  60.  
  61. I don't know what this protocol is.
  62.  
  63. This mail tag will not work in some browsers because it is of the form "mailto://me@domain.com.au".  Mailto's should be of the form "mailto:me@domain.com.au"
  64.  
  65. On UNIX servers path and file names are case sensitive (eg. "/hd/file.htm" is not the same as "/HD/File.htm")  Therefore, this link will not work.
  66.  
  67. I can't find this link.
  68.  
  69. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting wrap = off, virtual or physical.
  70.  
  71. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting type = text, password, checkbox, radio, image, hidden, submit, reset.
  72.  
  73. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting scrolling = yes, no, or auto.
  74.  
  75. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting method = get or post.
  76.  
  77. The data for this attribute must be a number between 1 and 7.
  78.  
  79. Hex colour codes can only contain the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F.  However this colour code contains other letters.
  80.  
  81. Hex colour codes can only have six digits - the first 2 digits make up the red component, the second 2 make up the green component and the last 2 make up the blue component of the colour.  However this hex code does not contains exactly 6 digits.
  82.  
  83. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting align = top, bottom, middle, left, right, texttop, absmiddle, baseline or absbottom.
  84.  
  85. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting type = a, A, i, I, or 1.
  86.  
  87. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting type = disc, circle, or square.
  88.  
  89. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting valign = top, middle, or bottom.
  90.  
  91. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting clear = left, right, or all.
  92.  
  93. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting either align = left, right or center
  94.  
  95. This attribute requires no data (eg. <hr noshade>)  however you have given it data (eg. <hr noshade="red">) which is not allowed.
  96.  
  97. The data of this attribute requires a hash (#) in front of it. (eg. <body bgcolor="#FFFFFF">
  98.  
  99. You have placed a hash (#) in front of the data of an attribute that does not require a hash.  This may confuse some browsers. (eg. <br clear=#all>
  100.  
  101. The data for this attribute must be placed in double quotes so that web browsers will not get confused.
  102.  
  103.  
  104.  
  105. Before you can close a double quote (") you must have a double quote to close.  eg. <font color=#FFFFFF"> should be <font color="#FFFFFF">
  106.  
  107. If you open a double quote ("), you must close it before the end of the tag.  eg.  <font color="#FFFFFF> should be <font color="#FFFFFF">
  108.  
  109. The attribute you have entered into this tag is not one of the attributes that this tag supports.  (eg. <br color="#FFFFFF"> -- You cannot have the attribue "color" in the tag "br")
  110.  
  111. The <frame> tag defines the file to be displayed in a frame, however before using the <frame> tag, you must define the attributes (eg. width) of the frame, which is done in the <frameset> tag.
  112.  
  113. This tag is part of a form, and it also needs to be closed.  However you are not closing the tag before you close the <form> tag.
  114.  
  115. This tag is part of a form, and it also needs to be closed.  However you are not closing the tag before you close the <form> tag.
  116.  
  117. This tag is part of a form, and can only be used when placed within the <form> tag.
  118.  
  119. If a <p> tag contains attributes, it must be closed before the end of the file, which is what you aren't doing.
  120.  
  121. If a <p> tag contains attributes, it must be closed before <P> can be used again. eg. <P ALIGN=LEFT> Text </p> <p> More Text.
  122. However you are not closing <p> first.
  123.  
  124. There are no attirubtes that can be set in the <LI> tag unless it is in an ordered list.  This <LI> tag is not in an ordered list, and therefore there are no attributes you can set it in.
  125.  
  126. <DD> tells your browser to add a definition to a definition list, however first a definition list must be made.
  127.  
  128. <DT> tells your browser to add a term in a definition list, however first a definition list must be created.
  129.  
  130. <LI> tells your browser to add a list item.  However you have not made a list for this item to be added to.
  131.  
  132. Blinking text looks awful and is hated by all.  There are more effective ways of getting people's attention than by using <blink>
  133.  
  134. The names of HTML files usually end with .html or .htm.
  135. Many servers will not recognise this file as HTML, and so it may not be displayed properly by the browser.
  136.  
  137. You have passed data to an attribute which is not the type of data that this attribute accepts.  I was expecting http-equiv = keywords or refresh.
  138.  
  139. You can only have one tag of this type in your HTML document.  Most browsers will ignore all but the first tag of this type.
  140.  
  141. <td> must always be embedded in <tr> tags.  For this reason, you cannot close <tr> before you close <td>.
  142.  
  143. <tr> must always be embedded in <table> tags.  For this reason, you cannot close <table> before you close <tr>.
  144.  
  145. <td> must always be embedded in <table> tags.  For this reason, you cannot close <table> before you close <td>.
  146.  
  147. The <td> tag tells your browser where to put the cell of a table.  However, you have to put both the <table> and the <tr> tags before it.
  148.  
  149. The <tr> tag tells your browser where to put the row of a table.  However, you have to put the <table> tag before it.
  150.  
  151. The <td> tag tells your browser where to put the cell of the table.  However, you have to put the <table> tag before it.
  152.  
  153. Web browsers will get confused if a right angle bracket is found when there is no tag for it to close.
  154.  
  155. Web browsers will get confused if a left angle bracket is found (to open a tag), but no right angle bracket telling the browser where the tag ends.
  156.  
  157. You cannot place attributes in an end tag.  Attributes can only go in an opening tag.
  158.  
  159. Some tags have no attributes you can set, and you've put attributes in one such tag.
  160.  
  161. Some tags cannot be closed (eg. <BR>).  They are called empty tags.  You have closed one such tag.
  162.  
  163. It is important that you end all tags before the end of the file, however this one was never ended.
  164.  
  165. You can only close a tag if there's an open tag of the same type to close.
  166.  
  167. There is no use in placing this tag here, as it was called before, and therefore it is already set.  You must close the existing tag first.
  168.  
  169. Every HTML file must begin with the tag "<HTML>", but this file doesn't.  Web browsers may not recognise this file as HTML unless this tag is present.
  170.  
  171. I have no idea what this tag is.  Either it's tiped inkorektly, or this program is too olde to know about it.
  172.  
  173.